/*header*/
header nav .navbar.wrapperBox {
  width: 1440px;
}

header nav ul {
  padding-left: 20px;
}

.navbar_search ul,
.navbar_search li {
  list-style: none;
}

.navbar_search li {
  float: none;
  text-align: center;
}

.navbar_search input {
  border: none;
  border-bottom: 1px solid #00a2e9;
  width: 150px;
  margin-right: 7px;
  font-size: 12px;
  padding: 4px;
}

#en-us .navbar_search input {
  width: 222px;
}

/*sec_banner*/
.containerBox .sec_banner .wrapperBox {
  width: 1440px;
}

.containerBox .sec_banner_cookie {
  margin-top: 15px;
  margin-bottom: 15px;
}

.containerBox .sec_banner_cookie .wrapperBox {
  width: 1440px;
}

.containerBox .sec_banner_cookie .wrapperBox .sec-title2 {
  color: #000000;
  font-size: 14px;
  letter-spacing: 0px;
}

.containerBox .sec_banner_cookie .wrapperBox .sec-title2 span {
  vertical-align: middle;
}

.containerBox .sec_banner_cookie .wrapperBox .sec-title2 img {
  width: 4px;
}

.containerBox .sec_banner_cookie .wrapperBox .sec-title2 a {
  color: #000000;
}

/*banner*/
.bannerArea {
  position: relative;
}

.bannerArea .owl-dots {
  position: absolute;
  right: 20%;
  bottom: 3%;
  width: auto;
}

/* .bannerArea .owl-dots .owl-dot {
  outline: none;
  border-radius: 99em;
  border: solid 0px #ffffff !important;
  width: 20px;
  height: 20px;
  margin: 10px 12.5px;
  box-shadow: 1px 1px 5px #3e3e3e;
  background: #fff;
}

.bannerArea .owl-dots .owl-dot.active:before {
  border: none;
}

.bannerArea .owl-dots .owl-dot.active {
  background-color: #74cbf0;
  position: relative;
} */

ul.navbar_search {
  padding-top: 8px;
}

/*webkit瀏覽器專用*/
.navbar_search ::-webkit-input-placeholder {
  font-size: 12px;
  vertical-align: middle;
}

/*Firefox 4-18瀏覽器專用*/
.navbar_search input::-moz-placeholder {
  font-size: 12px;
  vertical-align: middle;
}

/*Firefox 19+瀏覽器專用*/
.navbar_search input::-moz-placeholder {
  color: #00a2e9;
  font-size: 12px;
  vertical-align: middle;
}

/*IE10瀏覽器專用*/
.navbar_search:-ms-input-placeholder {
  font-size: 12px;
  vertical-align: middle;
}

.langBox .icon {
  border: 1px solid #00a2e9;
  padding: 6px 8px;
  color: #00a2e9;
  font-size: 14px;
  cursor: pointer;
}

header .langBox > div.pc_lang {
  position: absolute;
  top: 100%;
  right: 0;
  top: 37px;
  width: 105px;
  text-align: center;
  border: 1px solid #00a2e9;
  border-top: 1px solid #fff;
  background-color: #fff;
  -webkit-transform: translate(0, 5px);
  transform: translate(0, 5px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  z-index: 10001;
  list-style: none;
  font-size: 14px;
}

header .langBox > div.pc_lang li {
  padding-bottom: 10px;
  padding-top: 10px;
}

header .langBox > div.pc_lang li a {
  color: #00a2e9;
}

header .langBox > div.pc_lang li a:hover {
  opacity: 0.8;
}

header .langBox > div.pc_lang.current {
  -webkit-transform: translate(0, 0px);
  transform: translate(0, 0px);
  visibility: visible;
  opacity: 1;
}

.navbar_search .fa {
  color: #fff;
}

.sort {
  padding: 2px 14px;
  border: 1px solid #545454;
  color: #151515;
  display: table;
  border-radius: 20px;
  margin: 0px auto 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0;
}

/*article*/
.aboutArea .nb_row {
  margin: 0;
  margin-bottom: 30px;
  padding: 24px 0;
  border-top: 3px dotted #fff;
  border-bottom: 3px dotted #fff;
}

.aboutArea .nb_row:hover {
  border-top: 3px dotted #fff;
  border-bottom: 3px dotted #fff;
  background-color: #fff;
}

.aboutArea div {
  text-align: left;
}

.aboutArea div {
  text-align: left;
}

.aboutArea .nb_row img {
  width: 100%;
}

.aboutArea .nb_row article.nb_art {
  font-size: 26px;
  color: #262626;
  border-bottom: 1px solid #00a2e9;
  margin-bottom: 12px;
}

.aboutArea .nb_row p.nb_p {
  font-size: 18px;
  color: #acacac;
  margin-bottom: 15px;
  overflow: hidden;
  height: 56px;
}

.aboutArea .nb_row time.nb_t {
  font-size: 17px;
  color: #48c2f7;
}

.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #fff;
  border-color: #fff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

.contactArea .more img {
  width: 100%;
  height: auto;
}

/*news*/
.cateBox ul.cate_list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  position: relative;
  display: none;
}

.cateBox ul.cate_list:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #acacac;
  top: 43px;
  display: none;
}
.news_d .btn-primary {
  position: relative;
  background-color: transparent;
  color: #046bb5;
  font-size: 20px;
  outline: none;
  box-shadow: none;
  /*border: 1px solid #00a2e9;*/
  border: 1px solid #0885de;
  border-radius: 35px;
  padding: 8px 36px;
  box-shadow: 1px 1px 5px #dadada;
  font-weight: 100;
}
#products_list .news_d .btn-primary {
    position: relative;
    background-color: transparent;
    /*color: #046bb5;*/
    font-size: 20px;
    outline: none;
    box-shadow: none;
    /* border: 1px solid #00a2e9; */
    border: 1px solid #0885de;
    /*border-radius: 35px;*/
    padding: 8px 36px 8px 52px;
    box-shadow: 1px 1px 5px #dadada;
    font-weight: 100;
}

.news_d .BackProductList {
  padding-right: 26px;
  border-radius: 0;
}

.news_d .btn-primary:hover {
  color: #fff;
  background-color:  #2781c1;
}

#newsDetail .btn-primary:not(:disabled):not(.disabled):active {
  background-color:  #2781c1;
  border-color:  #2781c1;
}

#newsDetail .content .articleBlock h3 {
  text-align: left;
  font-weight: 100;
}

/*products_sort*/
#products_sort .ps_list {
  overflow: hidden;
  /*height: 190px;*/
  padding: 0;
  box-shadow: 10px 10px 5px #00000024;
  margin-bottom: 55px;
}

#products_sort .ps_list:hover {
  opacity: 0.8;
}

#products_sort .ps_list a:hover {
  color: #000;
}

#products_sort .ps_list .psl_float {
  float: left;
}

#products_sort .ps_list .psl_number {
  width: 100%;
  padding-top: 0;
  color: #fff;
  text-align: left;
  padding-left: 15px;
  font-weight: 400;
  height: 30px;
  font-size: 20px;
  letter-spacing: 2;
  font-family: 'Noto Sans TC', sans-serif !important;
}

#products_sort .ps_list .psl_sort {
  width: 100%;
  padding-top: 8px;
}

#products_sort .ps_list .psl_sort span {
  width: 100%;
  margin: 0 auto;
  display: block;
  font-size: 18px;
  letter-spacing: 0;
  padding: 0 15px;
}

#products_sort .ps_list .psl_img {
  width: 100%;
}

#products_sort .ps_list .psl_img img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  /* padding: 23px 0; */
}

#products_sort .ps_list .psl_sort {
  border-right: none !important;
}

/*products_list*/
#products_list .cateBox {
  overflow: inherit;
}

#products_list .cateBox ul.cate_list {
  justify-content: left;
}

#products_list .cateBox ul.cate_list:before {
  display: none;
}

#products_list .cateBox .cate_list li div {
  display: inline-block;
  font-size: 18px;
  padding: 10px;
  width: 100%;
  letter-spacing: 0;
  color: #000000;
  letter-spacing: 3px;
}

#en-us #products_list .cateBox .cate_list li div {
  letter-spacing: 0;
}

#products_list .cateBox .cate_list li div.active {
  color: #046bb5;
}

#products_list .cateBox .cate_list li {
  padding: 0;
}

#products_list .cateBox .cate_list li div::before {
  display: none;
}

#products_list .products_list_l {
  /*float: left;
  width: 256px;*/
}

#products_list .cardBox li:first-child {
  margin-left: 0px;
}

/*#products_list .cardBox li:nth-child(5n) {
  margin-right: 0px;
}*/

#products_list .cardBox li {
  box-shadow: 2px 2px 5px #e1e1e1;
  margin-bottom: 35px;
  padding-bottom: 10px !important;
}

/*products_list_detail*/
main#products_list_detail > .content > .wrapperBox .btnBox,
main#englishDetail > .content > .wrapperBox .btnBox {
  text-align: center;
  margin-top: 60px;
}

#products_list_detail .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #0885de;
  border-color: #0885de;
}

main#products_list_detail > .content > .wrapperBox .introBlock .top .right-b {
  padding-left: 40px;
  padding-right: 0px;
}

main#products_list_detail > .content > .wrapperBox .introBlock .top .right-b h3 {
  padding: 0 0 15px;
  letter-spacing: 2px;
  border-bottom: 1px solid #0083e0;
  line-height: 1.313;
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 10px;
  letter-spacing: 0;
  color: #000;
}

main#products_list_detail > .content > .wrapperBox .introBlock {
  padding: 0px;
}

#products_list_detail .tag span {
  color: #545454;
  font-size: 16px;
  padding: 2px 10px;
  border-radius: 15px;
  border: 1px solid #545454;
  display: inline-block;
  margin-bottom: 8px;
  letter-spacing: 0;
}

#products_list_detail .txt {
  overflow: auto;
  height: 115px;
  margin: 14px 0 22px;
}

#products_list_detail a.pld_down {
  background: #0083e0;
  border-radius: 13px;
  color: #fff;
  padding: 5px 28px;
  font-size: 20px;
  letter-spacing: 0;
  box-shadow: none;
  display: block;
  text-align: center;
}

#products_list_detail .bottom h6 span {
  background: #0083e0;
  color: #fff;
  padding: 10px 40px 10px 20px;
  border-top-right-radius: 50px;
  border-bottom: 1px solid #0083e0;
}

#products_list_detail .bottom {
  margin-bottom: 100px;
  margin-top: 60px;
}

#products_list_detail .bottom h6 {
  border-bottom: 1px solid #00a2e9;
  padding-bottom: 10px;
}

#products_list .products_list_l:hover .title {
  color: #046bb5;
}

#products_list .products_list_l:hover .sort {
  color: #046bb5;
}

#products_list .cate_list li:hover div {
  /*color: #fff;*/
  /*background-color: #00a2e9;*/
}

#products_list_detail #mCSB_1_container {
  font-size: 18px;
}

/*download*/
#download .cateBox {
  overflow: inherit;
}

#download .cateBox ul.cate_list {
  justify-content: left;
}

#download .cateBox ul.cate_list:before {
  display: none;
}

#download .cateBox .cate_list li div {
  display: inline-block;
  font-size: 18px;
  color: #262626;
  padding: 5px 22px;
  border: 1px solid #00a2e9;
  border-radius: 25px;
  box-shadow: 2px 2px 5px #0000003d;
}

#download .cateBox .cate_list li div.active {
  color: #fff;
  background-color: #00a2e9;
  font-weight: bold;
}

#download .cateBox .cate_list li {
  padding: 0;
}

#download .cateBox .cate_list li div::before {
  display: none;
}

#download .products_list_l {
  float: left;
  width: 248px;
}

#download .cardBox li:first-child {
  margin-left: 0px;
}

#download .cardBox li:nth-child(4n) {
  margin-right: 0px;
}

#download .cardBox li {
  margin-right: 0px;
  /*box-shadow: 2px 2px 5px rgba(0,0,0,0.1);*/
  margin-bottom: 35px;
  padding: 0 25px !important;
}

#download .cardBox li a .Img {
  max-height: inherit;
  display: block;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

#download .cardBox li a .txt h3.title {
  font-size: 24px;
  text-align: center;
}

#download .cardBox li a .txt .text {
  font-size: 18px;
  padding: 0px 0 20px;
  text-align: center;
  /* overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; */
}

/*servicebase*/
#servicebase .listBox li {
  display: block;
  padding: 0px 0 35px;
  border-top: 3px dotted #fff;
  border-bottom: 1px solid #c8c8c8;
}

.listBox li:hover {
  padding: 25px 0;
  border-top: 3px dotted #fff;
  border-bottom: 5px solid #f2f2f2;
  background-color: #fff;
}

#servicebase .listBox.nb_row .desc {
  padding-left: 30px;
}

#servicebase .listBox.nb_row .title {
  font-size: 19px;
  margin-bottom: 15px;
}

#servicebase .listBox.nb_row .lntext {
  font-size: 15px;
  margin-bottom: 18px;
}

#servicebase .listBox.nb_row .gmap {
  background-color: #2982df;
  font-size: 16px;
  color: #fff;
  padding: 8px 15px;
  display: block;
  border-radius: 13px;
  margin: 0 auto;
  width: 160px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#servicebase .listBox.nb_row .gmap .fas {
  color: #fff;
  padding-right: 5px;
}

#servicebase .listBox.nb_row .gmap:hover {
  opacity: 0.8;
}

#servicebase .listBox.nb_row .fas {
  color: #2170c3;
}

/*search_result*/
#search_result .listBox {
  list-style: none;
  padding: 0px 0 40px;
  margin: 0;
}

#search_result .sr_title {
  font-size: 26px;
  margin-bottom: 10px;
}

#en-us #search_result .sr_title {
  font-size: 24px;
}

#search_result .sr_page {
  font-size: 24px;
  padding-bottom: 13px;
  border-bottom: 1px solid #c8c8c8;
}

#search_result .listBox li {
  display: block;
  padding: 25px 0;
  border-top: 3px dotted #fff;
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 35px;
  padding: 0 10px 10px !important;
}

#search_result .listBox li:hover .title {
  color: #046bb5;
}

#search_result .listBox li:hover .address {
  color: #046bb5;
}

#search_result .listBox li .Img img {
  width: 100%;
  height: auto;
}

#News .listBox li:hover {
  padding: 0;
  border-top: 3px dotted #fff;
  border-bottom: 3px dotted #fff;
  background-color: #fff;
}

#search_result .listBox.nb_row .desc {
  padding-left: 70px;
}

#search_result .listBox.nb_row .title {
  font-size: 30px;
}

#search_result .listBox.nb_row .lntext {
  font-size: 18px;
  margin-bottom: 18px;
}

#search_result .listBox.nb_row .gmap {
  background-color: #2982df;
  font-size: 16px;
  color: #fff;
  padding: 8px 15px;
  margin-top: 20px;
  display: inline-block;
  border-radius: 13px;
}

#search_result .listBox.nb_row .gmap .fas {
  color: #fff;
}

#search_result .listBox.nb_row .gmap:hover {
  opacity: 0.8;
}

#search_result .listBox.nb_row .fas {
  margin-right: 15px;
  color: #2170c3;
}

/*contact_box*/
.desk_none {
  display: none;
}

.top_text {
  width: 1440px;
  margin: 0 auto 35px;
}

#zh-cn .top_text,
#en-us .top_text {
  margin: 0 auto 50px;
}

#Contact .ch3 {
  color: #434343;
  font-weight: 400;
  font-size: 35px;
  letter-spacing: 6px;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #0885de;
  margin-bottom: 16px;
}

#zh-tw #Contact .ch3 {
}

#en-us #Contact .ch3 {
  letter-spacing: 0;
}

#Contact .cp {
  color: #434343;
  font-size: 14px;
  word-break: break-all;
}

#Contact .contact_box {
  width: 1028px;
  margin: 0 auto;
}

#Contact .form-control {
  border: 1px solid #00a2e9;
  /*margin-left: 5%;*/
}

#Contact .row {
  width: 100%;
  margin-bottom: 10px;
}

#Contact .contact_title {
  padding-top: 17px;
  font-size: 18px;
  /* max-width: 100%; */
  flex: inherit;
  color: #000;
}

#Contact .ex_title {
  padding-top: 10px;
  padding-left: 20px;
  font-size: 18px;
  /* max-width: 50%; */
  flex: inherit;
}

#Contact .contact_title .star {
  color: #b91c1c;
}

#Contact .sex .form-control {
  border: 1px solid #fff;
}

#Contact .sex .form-control input.radio::checked {
  background-color: #000;
}

#Contact .w70 {
  width: 100%;
}

#Contact .w70 .contact_title {
  max-width: 100%;
  flex: inherit;
}

#Contact .w70 input {
  max-width: 100%;
  display: block;
}

#Contact .w30 {
  width: 100%;
}

#Contact .w30 .contact_title {
  max-width: 100%;
  flex: inherit;
  display: block !important;
}

#Contact .w30 input {
  border: 1px solid #00a2e9;
  max-width: 100%;
}

#Contact .form-control label {
  width: 15px;
  height: 15px;
  border: 1px solid #7fd0f4;
  border-radius: 7px;
  position: relative;
  top: 8px;
  margin-right: 12px;
}

#Contact .form-control input {
  display: none;
}

#Contact .form-control input[type='radio']:checked + label,
.form-control input[type='radio']:checked + label:hover {
  background-image: url(../../images/radio_ok.png);
  background-repeat: no-repeat;
  background-position: center center;
}

#Contact .form-control span {
  margin-right: 34px;
  font-size: 18px;
}

#Contact .form-control.req {
  padding-left: 20px;
  max-width: 100%;
  flex: inherit;
}

#Contact textarea#message {
  height: 210px;
}

#Contact .btn-primary.sendBtn {
  padding: 9px 80px;
}

#Contact .btn-primary:hover {
  background-color: #1ca9ee;
}

#Contact select {
  outline-style: none;
  /*padding-top: 0px;*/
  border-radius: 5px 5px 5px 5px;
  resize: none;
  /*margin: 0px 18px 0px 0px;*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../../images/c_down.png) no-repeat scroll right center transparent;
  background-position-x: 97%;
}

/*footer*/
footer {
  position: relative;
  padding: 15px 0;
}

/*freddy/
footer::before{
content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 44%;
    background: linear-gradient(130deg, #ffe2e200 16%, #E7E7E7 0%);
}*/

/*joy*/
footer:before {
  display: none;
}

footer .footer_title {
  font-size: 18px;
  color: #2170c3;
}

footer .footer_title img {
  margin-right: 5px;
}

footer .footer_text {
  font-size: 16px;
}

footer .footerb_right {
  border-right: 1px solid #2170c3;
}

footer .foutlinl_row {
  margin-top: 20px;
  text-align: center;
  display: inline-flex;
}

footer .asr_b {
  padding-top: 22px;
}

footer img.asr_b {
  width: auto;
}

footer .footer_aolink.peop_f {
  padding-top: 3px;
}

footer .footer_aolink {
  padding: 0 8px;
}

footer .footer_aolink:nth-child(1) {
  padding: 0 0 0 20px;
}

.copyright {
  width: 100%;
  text-align: center;
  background-color: #2170c3;
  padding: 8px 0;
  color: #fff;
  letter-spacing: 2px;
  font-size: 12px;
}

/*fix*/
#zh-tw .social-icon a {
  width: 90px;
  height: 90px;
  background-image: url(../../images/fix1.png);
}

#zh-cn .social-icon a {
  width: 90px;
  height: 90px;
  background-image: url(../../images/fix1_c.png);
}

#en-us .social-icon a {
  width: 90px;
  height: 90px;
  background-image: url(../../images/fix1_e.png);
}

#zh-tw .social-icon a:hover {
  width: 90px;
  height: 90px;
  background-image: url(../../images/fix2.png);
}

#zh-cn .social-icon a:hover {
  width: 90px;
  height: 90px;
  background-image: url(../../images/fix2_c.png);
}

#en-us .social-icon a:hover {
  width: 90px;
  height: 90px;
  background-image: url(../../images/fix2_e.png);
}

.cookies_fixed {
  width: 100%;
  z-index: 100000;
  position: fixed;
  bottom: 0;
  background: #fff;
  text-align: center;
  padding: 20px;
  border-top: 2px solid #f5f5f5;
}

.cookies_fixed button {
  background-color: #fff;
  padding: 3px 19px;
  border: none;
  margin-left: 15px;
  border: 1px solid #00a2e9;
  color: #00a2e9;
  cursor: pointer;
}

.cookies_fixed button:hover {
  background-color: #1ca9ee;
  border: 1px solid #1ca9ee;

  color: #fff;
}

.cookies_fixed a {
  color: #2170c3;
}

.gotop {
  position: fixed;
  right: 180px;
  bottom: 135px;
  cursor: pointer;
}

/*header*/
header {
  padding: 10px 0;
  background: #fff;
}

header .navbar-expand-xl .navbar .navbar-toggler {
  top: -2px;
}

header .navbar-expand-xl .navbar #menu {
  margin-top: 10px;
}

.bannerArea .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
}

.bannerArea .owl-dots {
  position: initial;
  right: 0;
  bottom: 0;
  width: auto;
  margin: 0 auto;
}

main#index .newsArea {
  padding: 10px 0;
}

main#index .newsArea > .wrapperBox .items_list a.itembox {
  margin: 25px 15px 10px;
}

main#index .aboutArea > .wrapperBox .block .homeTitle {
  margin-bottom: 0;
}

.aboutArea .nb_row article.nb_art {
  font-size: 20px;
  color: #262626;
  border-bottom: 1px solid #00a2e9;
  margin-bottom: 12px;
  margin-top: 10px;
}

.aboutArea .nb_row p.nb_p {
  font-size: 18px;
  color: #acacac;
  margin-bottom: 3px;
  overflow: hidden;
  height: 56px;
}

.aboutArea .nb_row {
  margin-bottom: 0;
}

footer {
  text-align: center;
}

footer .footer_title {
  font-size: 16px;
  color: #2170c3;
}

footer .footer_text {
  font-size: 16px;
  margin-bottom: 10px;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}

#products_list .row {
  padding: 10px;
  margin: 0 -10px;
}

footer .footerb_right {
  border-right: 0px solid #2170c3;
}

.gotop {
  bottom: 137px;
  right: 5px;
  z-index: 9;
}

.cookies_fixed {
  font-size: 12px;
}

header .navbar-expand-xl .navbar #menu ul.mm_lang li a {
  border: 1px solid #fff;
}

.wrapperBox {
  padding-left: 20px;
  padding-right: 20px;
}

main.containerBox .sec_banner h1.sec-title {
  font-size: 26px;
}

main.containerBox .sec_banner h1.sec-title {
  line-height: 60px;
}

main.containerBox .sec_banner {
  height: 60px;
}

main.containerBox .sec_banner {
  max-height: 150px;
  background-position: bottom right 0;
}

main.containerBox .content .sideBlock .side-toggle {
  background-color: #0885de;
}

main.containerBox .content .sideBlock ul li.active a {
  color: #046bb5;
  background-color: #fff;
}

main.containerBox .content .sideBlock ul li.active {
  transform: skew(0deg);
}

main.containerBox .content .sideBlock ul li.active a {
  transform: skew(0deg);
  font-size: 18px;
  font-weight: 100;
  text-align: left;
}

main.containerBox .content .sideBlock ul li a:hover {
  transform: skew(0deg);
  color: #00a1e9;
}

main.containerBox .content .sideBlock ul li:hover {
    transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
    background: #ffffff;
    color: #0083e0;
}
main.containerBox .content .sideBlock ul li:hover a{
    color: #0083e0;
}

main.containerBox .content .sideBlock ul li.active {
  color: #00a1e9;
}

main.containerBox .content .sideBlock ul li:not(:last-child) {
  border-bottom: 1px solid #0885de;
}

main.containerBox .content .sideBlock ul {
  border: none;
}

main.containerBox .content .articleBlock {
  box-shadow: 0 22px 26px -26px rgba(0, 0, 0, 0) !important;
  border-bottom: 0px solid #00a1e9;
}

main.containerBox .content img {
  width: 100% !important;
  height: auto !important;
}

/*公司簡介*/
main.containerBox .content .sideBlock ul li.active {
  border-top: 0px solid #0885de;
}

main.containerBox .content .sideBlock ul {
  border-top: 1px solid #00a2e9;
}

main.containerBox .content .sideBlock ul li {
  /*box-shadow: 0px 0px 5px #d4d4d4;*/
  border-top: 0px solid #00a2e9;
  border-left: 1px solid #00a2e9;
  border-right: 1px solid #00a2e9;
  border-bottom: 1px solid #00a2e9;
  margin-bottom: 0;
}

main.containerBox .content .sideBlock ul li a {
  text-align: left;
}

main.containerBox .content .sideBlock ul li a:hover {
  color: #262626;
  font-size: 18px;
  font-weight: 100;
  text-align: left;
  transform: skew(0deg);
}

/*最新消息分類部分*/
.cateBox {
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
}

.cateBox ul.cate_list {
  flex-wrap: wrap;
}

.cateBox .cate_list li {
  width: 100%;
}

/*產品內頁*/
main.containerBox .content .pld_down img {
  width: 19px !important;
}

.page li.J-paginationjs-next a:before {
  /* top: 5px;
  left: 2px; */
}

.page li.J-paginationjs-previous a:before {
  /* top: 5px;
  left: 2px; */
}

main#newsDetail .sec_banner h1.sec-title,
main#englishDetail .sec_banner h1.sec-title {
  font-size: 26px;
  letter-spacing: 6px;
}

main.containerBox .content .articleBlock h3 {
  font-size: 20px;
}

#News .nb_row article.nb_art {
  font-size: 20px;
}

#News .nb_row p.nb_p {
  font-size: 18px;
  height: 50px;
}

#News .nb_row time.nb_t {
  font-size: 17px;
}

.listBox li {
  padding: 0px 0;
}

main#index .newsArea > .wrapperBox .items_list.owl-theme .owl-nav {
  display: none;
}

dt {
  font-weight: normal;
}

.servicebaseFormLeft {
  display: inline-block;
  vertical-align: top;
}

.servicebaseFormRight {
  display: inline-block;
  vertical-align: top;
}

#Contact .sex-selection {
  display: flex;
}

#Contact .sex-selection label {
  margin-left: auto;
}

#Contact .sex-selection label {
  margin-left: auto;
}

#Contact .sex-selection label:before {
  width: 15px;
  height: 15px;
  border: 1px solid #0885de;
  border-radius: 7px;
  position: relative;
  /* top: 8px; */
  margin-right: 12px;
  content: '';
  display: inline-block;
}
#Contact .sex-selection label {
    color: #000;
}
#Contact .sex-selection input {
  display: none;
}

#Contact .sex-selection input[type='radio']:checked + :before {
  background-image: url(../../images/radio_ok.png);
  background-repeat: no-repeat;
  background-position: center center;
}

#en-us header .navbar-expand-xl .navbar #menu .menu {
  margin-left: 0px !important;
}

@media (min-width: 320px) {
  .phone_address {
    display: inline-block;
    width: 72%;
  }

  .phone {
    display: inline-block;
    width: auto;
    vertical-align: top;
  }

  #servicebase .listBox.nb_row .desc {
    padding-left: 0;
  }

  .top_text {
    margin: 0 auto 25px;
  }

  #search_result .listBox.nb_row .title {
    text-align: center;
    font-size: 29px;
    margin-bottom: 13px;
  }

  #search_result .listBox.nb_row .desc {
    padding-left: 0px;
  }

  #search_result .listBox .tag {
    /* display: block; */
    text-align: center;
  }

  #servicebase .listBox.nb_row .lntext {
    word-break: break-word;
  }

  main#products_list_detail > .content > .wrapperBox .introBlock .top .right-b {
    padding-left: 0px;
  }

  #products_list_detail .tag span {
    text-align: center;
  }

  #products_list_detail .bottom h6 {
    padding-bottom: 13px;
  }

  .servicebaseFormRight {
    width: 64%;
    word-break: break-all;
  }

  #en-us .servicebaseFormRight {
    width: 71%;
  }

  #en-us .phone_address {
    width: 65%;
  }

  #zh-cn #servicebase .listBox.nb_row .gmap {
    width: 88px;
  }

  #products_list_detail a.pld_down {
    font-size: 18px;
  }

  main#products_list_detail > .content > .wrapperBox .introBlock .top .right-b h3 {
    padding: 0 0 5px;
    margin-top: 14px;
  }

  main.containerBox .content .articleBlock h3 {
    margin: 0 0 15px;
  }
  main#Article .content .articleBlock h3 {
    margin: 0 0 15px;
    display: none;
  }

  main.containerBox .content .articleBlock .html {
    padding-top: 11px;
  }
  main.containerBox .content .articleBlock .b {
    font-weight: bold;
  }
  main.containerBox .content .articleBlock strong {
    font-weight: bold;
  }
  main.containerBox .content .articleBlock .html h3 {
    border-bottom: 0px;
  }
  .html td {
    font-weight: 300 !important;
  }
  .html b,
  .html strong {
    font-weight: bold;
  }

  #News .nb_row p.nb_p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: auto;
  }

  .phone_none {
    display: none;
  }

  .newsArea .owl-dots {
    margin-top: 0px;
  }

  .cookies_fixed button {
    margin-top: 10px;
  }

  #products_list_detail .tag span {
    padding: 2px 12px;
  }

  #Contact .sex-selection label {
    margin-left: 0;
  }

  .sexLabel {
    padding-left: 20px;
  }

  main#index .newsArea > .wrapperBox .items_list a.itembox {
    height: 333px;
  }

  footer > .wrapperBox {
    padding: 0;
  }

  footer img.asr_b {
    width: 100%;
  }

  #servicebase .listBox.nb_row .title {
    margin-top: 15px;
  }

  #products_list_detail .txt {
    margin: 14px 0 22px;
  }

  .contactArea {
    display: none;
  }
}

@media (min-width: 360px) {
  .phone_address {
    display: inline-block;
    width: 75%;
  }

  #en-us .phone_address {
    width: 67%;
  }

  /* .phone {
    display: inline-block;
    width: 23%;
    vertical-align: top;
  } */

  /* #en-us .phone {
    width: 33%;
  } */

  #products_list_detail a.pld_down {
    font-size: 20px;
  }

  #products_list_detail .tag span {
    padding: 2px 10px;
  }

  main#index .newsArea > .wrapperBox .items_list a.itembox {
    height: 363px;
  }

  footer img.asr_b {
    width: auto;
    max-width: 100%;
  }

  main.containerBox .content .sideBlock ul li a {
    color: #000000;
  }
}

@media (min-width: 375px) {
  .phone_address {
    display: inline-block;
    width: 76%;
  }

  #en-us .phone_address {
    width: 66%;
  }

  .phone {
    display: inline-block;
    width: 21%;
    vertical-align: top;
  }

  #en-us .phone {
    width: 26%;
  }

  #products_list_detail .bottom h6 {
    /* padding-bottom: 10px; */
  }

  .servicebaseFormRight {
    width: 67%;
  }

  main#index .newsArea > .wrapperBox .items_list a.itembox {
    height: 374px;
  }
}

@media (min-width: 414px) {
  #en-us .phone_address {
    width: 70%;
  }

  .phone {
    display: inline-block;
    width: auto;
    vertical-align: top;
  }

  #en-us .phone {
    width: auto;
  }

  #Contact .cp {
    text-align: left;
  }

  .servicebaseFormRight {
    width: 70%;
  }

  main#index .newsArea > .wrapperBox .items_list a.itembox {
    height: 380px;
  }
}

@media (min-width: 420px) {
  .phone_address {
    display: inline-block;
    width: 70%;
  }
}

@media (min-width: 580px) {
  #servicebase .listBox.nb_row .desc {
    padding-left: 30px;
  }

  .phone_address {
    display: inline-block;
    width: 70%;
  }

  .top_text {
    margin: 0 auto 40px;
  }

  #products_list .cardBox li {
    /*margin-right: 20px;*/
  }

  #products_list .products_list_l {
    width: 47%;
    margin: 0 auto;
  }

  #Contact .sex-selection label {
    margin-left: auto;
  }

  .sexLabel {
    padding-left: 0;
  }

  .contactArea {
    display: block;
  }
}

@media (min-width: 768px) {
  .phone_address {
    display: inline-block;
    width: 80%;
  }

  #en-us .phone_address {
    width: 70%;
  }

  .phone {
    display: inline-block;
    width: auto;
    vertical-align: top;
  }

  #search_result .listBox.nb_row .title {
    font-size: 30px;
    text-align: left;
  }

  #search_result .listBox.nb_row .desc {
    padding-left: 70px;
  }

  #search_result .listBox .tag {
    display: inline-block;
    text-align: left;
  }

  main#products_list_detail > .content > .wrapperBox .introBlock .top .right-b {
    padding-left: 40px;
  }

  #products_list_detail .tag span {
    text-align: left;
  }

  #zh-cn #servicebase .listBox.nb_row .gmap {
    width: auto;
    display: inline-block;
  }

  main#products_list_detail > .content > .wrapperBox .introBlock .top .right-b h3 {
    padding: 0 0 5px;
  }

  main.containerBox .content .articleBlock h3 {
    margin: 0 0 20px;
    /*font-weight: bold;*/
  }

  main.containerBox .content .articleBlock .html {
    /* padding-top: 20px; */
  }

  #News .nb_row p.nb_p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: 50px;
  }

  .newsArea .owl-dots {
    margin-top: 10px;
  }

  /*  #products_list .cardBox li:nth-child(5n) {
    margin-right: auto;
  }*/

  .cookies_fixed button {
    margin-top: 0;
  }

  main#index .newsArea > .wrapperBox .items_list a.itembox {
    height: 352px;
  }

  footer > .wrapperBox {
    padding-left: 20px;
    padding-right: 20px;
  }

  #servicebase .listBox.nb_row .title {
    margin-top: 0;
  }

  #products_list_detail .txt {
    margin: 28px 0 22px;
  }

  .gotop {
    right: 34;
  }
}

@media (min-width: 770px) {
  #Contact .cp {
    text-align: center;
  }

  #products_list .products_list_l {
    width: 226px;
  }

  footer img.asr_b {
    width: 100%;
  }
}

@media screen and (min-width: 990px) and (max-width: 1199px) {
  main.containerBox .content .sideBlock ul {
    border-top: none;
  }

  main.containerBox .content .sideBlock ul li {
    box-shadow: 0px 0px 5px #d4d4d4;
    border: 1px solid #00a2e9;
    margin-bottom: 12px;
  }

  main.containerBox .content .sideBlock ul li:hover {
    background: #1ca9ee;
    color: #fff;
    transform: rotate(10deg) scale(1) skew(-9deg) translate(0px);
    -webkit-transform: rotate(0deg) scale(1) skew(-15deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1) skew(-15deg) translate(0px);
    -o-transform: rotate(0deg) scale(1) skew(-15deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1) skew(-15deg) translate(0px);
  }

  main.containerBox .content .sideBlock ul li.active {
    background: #1ca9ee;
    color: #fff;
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
    transform: rotate(0) scale(1) skew(1deg) translate(0);
    -webkit-transform: rotate(0) scale(1) skew(1deg) translate(0);
    -moz-transform: rotate(0) scale(1) skew(1deg) translate(0);

    -o-transform: rotate(0) scale(1) skew(1deg) translate(0);
    -ms-transform: rotate(0) scale(1) skew(1deg) translate(0);
    transform: skew(-15deg);
    border: 1px solid #00a2e9;
  }

  main.containerBox .content .sideBlock ul li a {
    font-size: 18px;
    color: #00a2e9;
    display: block;
    padding: 10px 10px;
    cursor: pointer;
    letter-spacing: 3px;
    text-align: center;
  }

  main.containerBox .content .sideBlock ul li a:hover {
    color: #fff;
    font-size: 18px;
    text-align: center;
    transform: skew(15deg);
  }

  main.containerBox .content .sideBlock ul li.active a {
    color: #fff;
    font-size: 18px;
    /*font-weight: bold;*/
    text-align: center;
    transform: skew(15deg);
    background: none;
  }

  .phone_none {
    display: block;
    padding: 0;
  }

  .phone_none img {
    width: 100%;
  }

  .borderLeft-blue {
    border-left: 1px solid #2170c3;
  }

  .footerb_right .col-lg-12 {
    padding: 0;
  }

  .footer_title {
    text-align: left;
  }

  footer .footer_text {
    text-align: left;
    font-size: 12px;
  }

  footer .footer_aolink.peop_f {
    padding-left: 9px;
    padding-top: 7px;
    padding-right: 0;
  }

  footer .foutlinl_row {
    width: 100%;
  }

  .padding_0 {
    padding: 0;
  }

  footer .footer_aolink:nth-child(1) {
    padding: 0;
  }

  main#index .newsArea > .wrapperBox .items_list a.itembox {
    height: 261px;
  }

  #download .products_list_l {
    width: 264px;
    margin-left: -25px !important;
  }
}
.c_name{
  padding-right: 0 !important;
}
.sec-title2 span img:nth-child(1){
    position: relative;
    bottom: 1px;
  width: 14px !important;
}
main#index .aboutArea>.wrapperBox .block .homeTitle {
    margin-top: 30px;
}
.newsArea .homeTitle {

    margin-top: 30px;
}
.sec-title span img{
  width: 26px;
  margin-bottom: 6px;
}
#Contact .btn-primary:hover {
    background-color: #2781c1;
    border: #2781c1;
}
.news_d .btn-primary:hover {
    color: #fff;
    background-color: #2781c1 !important;
    border: 1px solid #2781c1;
    font-weight: 100;
}
